home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / getpass.man < prev    next >
Encoding:
Text File  |  1990-05-12  |  885 b   |  67 lines

  1.  
  2.  
  3.  
  4. GETPASS               C Library Procedures                GETPASS
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      getpass - read a password
  10.  
  11. SSYYNNOOPPSSIISS
  12.      cchhaarr **ggeettppaassss((pprroommpptt))
  13.      cchhaarr **pprroommpptt;;
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.      _G_e_t_p_a_s_s reads a password from the file /_d_e_v/_t_t_y, or if that
  17.      cannot be opened, from the standard input, after prompting
  18.      with the null-terminated string _p_r_o_m_p_t and disabling echo-
  19.      ing.  A pointer is returned to a null-terminated string of
  20.      at most 8 characters.
  21.  
  22. FFIILLEESS
  23.      /dev/tty
  24.  
  25. SSEEEE AALLSSOO
  26.      crypt(3)
  27.  
  28. BBUUGGSS
  29.      The return value points to static data whose content is
  30.      overwritten by each call.
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 15, 1985                          1
  64.  
  65.  
  66.  
  67.